All Questions
Tagged with graph-traversaldatabase-design
2 questions
1vote
1answer
672views
graph database - how to avoid that the edge becomes a vertex
In my current project I have a situation where I would need to use an edge collection as vertex collection. I would like to find a way to avoid it. This is the (reduced) scenario. These are the ...
2votes
1answer
1kviews
Architecture for Social Graph data that has a Time Frame Associated?
I am adding some "social" type features to an existing application. There are a limited # of node & edge types. Overall the data itself is relatively small (50,000 - 70,000 for each type of node)...